home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / libkb100.zip / LIBKB-1.00 / MAKE_DJ1.BAT < prev    next >
DOS Batch File  |  1996-07-23  |  352b  |  15 lines

  1. @echo off
  2.  
  3. rem /* make_dj1.bat -- simple make driver for djgpp v1
  4. rem  * Copyright (C) 1996 Markus F.X.J. Oberhumer
  5. rem  * For conditions of distribution and use, see copyright notice in kb.h 
  6. rem  */
  7.  
  8. md _djgpp
  9. copy include\*.* _djgpp
  10. copy src\*.* _djgpp
  11. copy samples\*.* _djgpp
  12. copy config\dos\*.* _djgpp
  13. cd _djgpp
  14. make -f makefile.dj1
  15.